unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 31 May 2022 12:08:49 +0000 (13:08 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 31 May 2022 12:08:49 +0000 (13:08 +0100)
commit669a4a7736357558f1824c0faa86493c93495b1f
tree104c0f35e9aece9a79c3bcf1fac61a1f45f86a53
parent9a310c006b0765eea85b0aed3b3a52238407d695
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h